.trust_text {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: hsla(0, 0%, 0%, 0.5);
}
.trust_inner {
	width: fit-content;
	padding: 10px;
	display: inline-block;
	text-align: center;
}
.trust_container {
	display: flex;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
}


@media only screen and (min-device-width: 1200px) {
  .trust_text {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    color: hsla(0, 0%, 0%, 0.5);
  }
  .trust_inner {
  	width: fit-content;
  	padding: 10px;
  	display: inline-block;
  	text-align: center;
  }
  .trust_container {
  	display: flex;
  	width: 1200px;
  	margin: auto;
  	flex-wrap: wrap;
  }
}
